projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06d657
)
(describe_map): Make "shadowed" warning more verbose.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Apr 2006 20:58:59 +0000
(20:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Apr 2006 20:58:59 +0000
(20:58 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index fa33fc34bc09698a5c0fe225fd8774bd60ab160b..2a4fa19606705ce49233e1a8836e0805651a06d0 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-3372,7
+3372,7
@@
describe_map (map, prefix, elt_describer, partial, shadow,
if (vect[i].shadowed)
{
SET_PT (PT - 1);
- insert_string ("
(shadowed
)");
+ insert_string ("
\n (that binding is currently shadowed by another mode
)");
SET_PT (PT + 1);
}
}